jquery check if div has a certain style

114

jquery check if div has a certain style -

if ($('#yourElement').css('position') == 'absolute')
{
   // true
}

Comments

Submit
0 Comments